***Antipattern***
Count: 2
POST  /devices/thermostats/device_id/temperature_scale [Singular last node with POST method.] 
POST  /devices/thermostats/device_id/target_temperature_f [Singular last node with POST method.] 

***Pattern***
Count: 45
GET  /devices/thermostats/device_id/device_idregular methods.
GET  /devices/thermostats/device_id/localeregular methods.
GET  /devices/thermostats/device_id/software_versionregular methods.
GET  /devices/thermostats/device_id/structure_idregular methods.
GET  /devices/thermostats/device_id/nameregular methods.
GET  /devices/thermostats/device_id/name_longregular methods.
GET  /devices/thermostats/device_id/last_connectionregular methods.
GET  /devices/thermostats/device_id/is_onlineregular methods.
GET  /devices/thermostats/device_id/can_coolregular methods.
GET  /devices/thermostats/device_id/can_heatregular methods.
GET  /devices/thermostats/device_id/is_using_emergency_heatregular methods.
GET  /devices/thermostats/device_id/has_fanregular methods.
GET  /devices/thermostats/device_id/fan_timer_activeregular methods.
GET  /devices/thermostats/device_id/fan_timer_timeoutregular methods.
GET  /devices/thermostats/device_id/has_leafregular methods.
GET  /devices/thermostats/device_id/eco_temperature_high_fregular methods.
GET  /devices/thermostats/device_id/eco_temperature_high_cregular methods.
GET  /devices/thermostats/device_id/hvac_stateregular methods.
GET  /devices/thermostats/device_id/is_lockedregular methods.
GET  /devices/thermostats/device_id/sunlight_correction_enabledregular methods.
GET  /devices/thermostats/device_id/where_nameregular methods.
GET  /devices/thermostats/device_id/time_to_target_trainingregular methods.
GET  /devices/smoke_co_alarms/device_id/nameregular methods.
GET  /devices/smoke_co_alarms/device_id/ui_color_stateregular methods.
GET  /devices/smoke_co_alarms/device_id/where_nameregular methods.
GET  /devices/cameras/device_id/where_idregular methods.
GET  /devices/cameras/device_id/where_nameregular methods.
GET  /devices/cameras/device_id/is_public_share_enabledregular methods.
GET  /devices/cameras/device_id/activity_zonesregular methods.
GET  /devices/cameras/device_id/snapshot_urlregular methods.
GET  devices/cameras/device_id/last_eventregular methods.
GET  /devices/cameras/device_id/last_event/has_soundregular methods.
GET  /devices/cameras/device_id/last_event/web_urlregular methods.
GET  /devices/cameras/device_id/last_event/app_urlregular methods.
GET  /devices/cameras/device_id/last_event/activity_zone_idsregular methods.
GET  /structures/structure_id/structure_idregular methods.
GET  /structures/structure_id/thermostatsregular methods.
GET  /structures/structure_id/smoke_co_alarmsregular methods.
GET  /structures/structure_id/camerasregular methods.
GET  /structures/structure_id/awayregular methods.
GET  /structures/structure_id/etaregular methods.
GET  /structures/structure_id/wheresregular methods.
GET  /structures/structure_id/co_alarm_stateregular methods.
GET  /structures/structure_id/smoke_alarm_stateregular methods.
GET  /structures/structure_id/wheres/where_id/nameregular methods.
